@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#Main #Right #AngelBar li a {
	text-decoration: none;
	font-family: Courier New;
	background-image: url(Button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 180px;
	padding-left: 20px;
	line-height: 35px;
	color: #FFF;
}

#Main #Right ul#AngelBar {
	list-style-type: none;
	width: 200px;
}
#Main #Right #AngelBar li a:hover {
	background-image: url(Button.jpg);
	background-position: 0px -35px;
}


#Main #Right #AngelBar li {
	height: 35px;
	width: 200px;
}
